Add APIs to get xattrs from disk
authorColin Walters <walters@verbum.org>
Sat, 7 May 2022 17:51:31 +0000 (13:51 -0400)
committerColin Walters <walters@verbum.org>
Mon, 9 May 2022 16:33:38 +0000 (12:33 -0400)
commitf79b2cea91fc54a84e1f7c3f370dbad6e82f1954
tree9f10fe73cc0d75494fbbe6d7a34124c31a557457
parent22b8324019da3cff9effc7b8c1131ba2f0828877
Add APIs to get xattrs from disk

I'm aiming to do some more work on the Rust side around `fsck`
like functionality, and this is a useful primitive.  There isn't
a great Rust crate for xattrs, and I think it's better to share this
code.
Makefile-libostree.am
apidoc/ostree-sections.txt
src/libostree/libostree-devel.sym
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo-commit.c
src/libostree/ostree-repo.c
tests/test-basic-c.c